Skip to content

adding my art to the project #2939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AutumnFawcett
Copy link

@AutumnFawcett AutumnFawcett commented Apr 18, 2025

I understand that I am outside of the October Challenge but I am working my way through the Complete Web Developer Course and I am in the "Contributing to Opensource 2" lesson so I am just following along with the lesson to learn how to use Terminal and GitHub. ☺️

Pull request checklist

  • [ x ] This pull request uses HTML and CSS only and provides a meta.json file.
  • [ x ] All files in this pull request are in a directory named: <github_username>-<art_name> without the <>.
  • [ x ] Your pull request contains index.html and styles.css.
    • [ x ] Your html file is named exactly: index.html
    • [ x ] Your css file is named exactly: styles.css
  • Your pull request your meta.json with:
    • [ x ] githubHandle: being your unique github user name,
    • [ x ] artName : name of your animation
  • [ x ] Your submission includes at least one animation.
  • [ x ] Your pull request does not modify any other files in the repository.

Copy link

🙏 Thanks for your pull request @AutumnFawcett, The team will now review and merge this request. In the mean time why not check out some of the other opensource projects available, contributions are greatly appreciated!

Some of the most popular are


PR Statistics

#️⃣ PR Number: Line Additions: 🗑️ Line Deletions:
2939 52 0
📑 Files Changed: Repo Stars: 🔱 Total Forks:
5 364 3644

1 similar comment
Copy link

🙏 Thanks for your pull request @AutumnFawcett, The team will now review and merge this request. In the mean time why not check out some of the other opensource projects available, contributions are greatly appreciated!

Some of the most popular are


PR Statistics

#️⃣ PR Number: Line Additions: 🗑️ Line Deletions:
2939 52 0
📑 Files Changed: Repo Stars: 🔱 Total Forks:
5 364 3644

Copy link
Contributor

@LaurelineP LaurelineP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alohaaaa @AutumnFowcett
Thanks for the contributions !

Here are some review above and bellow to fix, please address them then we will be good to go.

Folder name

  • Incorrect Contribution Folder Name
    • Invalid characters: Please remove any space in your folder name
    • Invalid name: your folder name should follow this pattern <github-handle>-<animation-name>

Missing meta.json values

  • Please add your github handle
  • Please add the name of your animation

Unaccepted change on public/cards.json

  • Please remove any changes public/cards.json as we do not accept any changes there

Other feedbacks within files

There are other comments/feedbacks I gave for specific lines, please address them too

@@ -0,0 +1,27 @@
/* styles.css */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect CSS filename

Please correct the filename according to the given guidelines in the README.md file

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Mrs. Roboto - ROBO CSS Animation</title>
<link rel="stylesheet" type="text/css" href="style.css">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect css reference

This currently refers to the correct file in your project - however
the css filename should not be style.css but styles.css

  • Please adjust the name of your CSS file
  • Then update this line with correct filename.

Comment on lines +12 to +14
<div class="image-container">
<img src="1.png" alt="" class="animated-image">
</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unaccepted picture for the contribution

Unfortunatelly, we do not accept picture in our contributions.
Please find another way to display this picture other than uploading this in the project as a file.

Copy link

🙏 Thanks for your pull request @AutumnFawcett, The team will now review and merge this request. In the mean time why not check out some of the other opensource projects available, contributions are greatly appreciated!

Some of the most popular are


PR Statistics

#️⃣ PR Number: Line Additions: 🗑️ Line Deletions:
2939 52 0
📑 Files Changed: Repo Stars: 🔱 Total Forks:
5 364 3643

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants